Package | Description |
---|---|
org.waarp.openr66.s3 |
Modifier and Type | Method and Description |
---|---|
void |
WaarpR66S3Client.bypassObjectRetention(String bucketName,
String targetName,
ZonedDateTime retentionUntil)
Bypass the governance retention and set a specific validity time in the future
|
String |
WaarpR66S3Client.createFile(String bucketName,
String targetName,
File file,
Map<String,String> tags)
Create one file into S3 with optional Tags (null if none)
|
void |
WaarpR66S3Client.deleteFile(String bucketName,
String sourceName)
Delete S3 source
|
Map<String,String> |
WaarpR66S3Client.getFile(String bucketName,
String sourceName,
File file,
boolean getTags)
Get a File from S3
|
ZonedDateTime |
WaarpR66S3Client.getObjectRetention(String bucketName,
String sourceName)
Get the ZoneDateTime when this Object will be deleted
|
Map<String,String> |
WaarpR66S3Client.getTags(String bucketName,
String sourceName)
Get a Tags from S3
|
Iterator<String> |
WaarpR66S3Client.listObjectsFromBucket(String bucketName,
String optionalNameStartWith,
boolean recursively,
int limit)
Get sourceNames from S3 from the bucketName specified, names optionally starting with a String, recursively or not,
and possibly unlimited (if limit is <= 0)
|
void |
WaarpR66S3Client.setTags(String bucketName,
String targetName,
Map<String,String> tags)
Set a Tags to S3
|
Copyright © 2009–2022 Waarp. All rights reserved.