Forward endpoints
Test access to the destination
Check access to the destination. A test file will be created and deleted to make sure Bronto can access your destination
POST
Authorizations
Body
application/json
The destination type. Only S3 currently supported
Available options:
S3
Example:
"S3"
The bucket name
Maximum length:
255
Example:
"my-archive-bucket"
The key prefix for S3 objects
Maximum length:
255
Example:
"bronto/archives/"
The S3 storage class to use for the objects
Available options:
STANDARD
, STANDARD_IA
, GLACIER_IR
Example:
"STANDARD"
Response
200
application/json
Destination check completed
true if the test was successful, Bronto can access the bucket