Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Folgende Funktionen werden im S3 Umfeld benötigt und vom S3 SDK aufgerufen (Version 1.6.0 von Core of Tia):

S3Client

  • doesBucketExistV2

  • createBucket

  • deleteBucket

  • doesObjectExist

  • getObject

  • deleteObject

  • putObject

  • listObjectsV2

  • listObjects

  • getObjectMetadata

  • copyObject (withObjectLockMode(ObjectLockMode.COMPLIANCE and Header x-amz-object-lock-retain-until-date)

  • withObjectLockRetainUntilDate()

  • withMetadataDirective(MetadataDirective.REPLACE))

  • listVersions

  • listNextBatchOfVersions

  • listNextBatchOfObjects

  • deleteVersion

  • getObjectLockConfiguration

TransferManager:

  • upload

  • No labels