| Constructor and Description |
|---|
AccessControlListAttributes(Owner owner) |
| Modifier and Type | Field and Description |
|---|---|
protected Owner |
S3ObjectSummary.owner
The owner of this object - can be null if the requester doesn't have permission to view object ownership information
|
| Modifier and Type | Method and Description |
|---|---|
Owner |
PartListing.getInitiator()
Returns details on the user who initiated the associated multipart upload.
|
Owner |
MultipartUpload.getInitiator()
Returns the user who initiated this multipart upload.
|
Owner |
PartListing.getOwner()
Returns details on the user who owns the associated multipart upload.
|
Owner |
Bucket.getOwner()
Gets the bucket's owner.
|
Owner |
S3VersionSummary.getOwner()
Gets the owner of this version.
|
Owner |
S3ObjectSummary.getOwner()
Gets the owner of this object.
|
Owner |
MultipartUpload.getOwner()
Returns the owner of this multipart upload.
|
| Constructor and Description |
|---|
Bucket(String name,
Owner owner,
LocalDateTime creationDate) |
MultipartUpload(String key,
String uploadId,
Owner owner,
Owner initiator,
String storageClass,
LocalDateTime initiated) |
PartListing(String bucketName,
String key,
String uploadId,
Integer maxParts,
Integer partNumberMarker,
String encodingType,
Owner owner,
Owner initiator,
String storageClass,
boolean truncated,
Integer nextPartNumberMarker,
List<PartSummary> parts) |
S3ObjectSummary(String bucketName,
String key,
String eTag,
long size,
LocalDateTime lastModified,
String storageClass,
Owner owner) |
S3VersionSummary(String bucketName,
String key,
String versionId,
boolean isLatest,
LocalDateTime lastModified,
Owner owner,
String eTag,
long size,
String storageClass,
boolean isDeleteMarker) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectOperations.setObjectAcl(S3Configuration config,
S3Connection connection,
String bucketName,
String key,
String versionId,
Owner owner,
List<Grant> grants)
Set the access control list (ACL) permissions for an object that already exists in a bucket
|
static com.amazonaws.services.s3.model.AccessControlList |
S3ModelFactory.unwrapAccessControlList(Owner owner,
List<Grant> grants)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BucketOperations.setBucketAcl(S3Configuration config,
S3Connection connection,
String bucketName,
Owner owner,
List<Grant> grants)
Set the permissions on an existing bucket using access control lists (ACL)
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectService.setObjectAcl(VersionedObjectIdentifier objectId,
Owner owner,
List<Grant> grants) |
void |
ObjectServiceImpl.setObjectAcl(VersionedObjectIdentifier objectId,
Owner owner,
List<Grant> grants) |
| Modifier and Type | Method and Description |
|---|---|
void |
BucketService.setBucketAcl(String bucketName,
Owner owner,
List<Grant> grants) |
void |
BucketServiceImpl.setBucketAcl(String bucketName,
Owner owner,
List<Grant> grants) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.