Description Usage Arguments Details Value References
Get/Delete the replication configuration for a bucket.
1 2 3 4 5 | get_replication(bucket, ...)
put_replication(bucket, request_body, ...)
delete_replication(bucket, ...)
|
bucket |
Character string with the name of the bucket, or an object of class “s3_bucket”. |
... |
Additional arguments passed to |
request_body |
A character string containing an XML request body, as defined in the specification in the API Documentation. |
get_replication
gets the current replication policy. delete_replication
deletes the replication policy for a bucket.
For get_replication
: A list containing the replication configuration, if one has been set. For delete_replication
: TRUE
if successful, FALSE
otherwise.
API Documentation: PUT replication API Documentation: GET replication API Documentation: DELETE replication
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.