Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jclouds API を使用して、SoftLayer に保管されているオブジェクトのメタデータのみを更新したいと考えています。オブジェクトは既に存在するため、再度アップロードする必要はありません。
サーバー側のコピーを使用してメタデータを更新します。
blobStore.copyBlob(containerName, blobName, containerName, blobName, CopyOptions.builder() .contentMetadata(...) .userMetadata(...) .build());