These methods return the configuration behind a bucket — its name, endpoint, access key, and (for a specific file) ready-to-use signed request headers — rather than performing an upload, download, or delete themselves.
They only matter if you're bypassing S-Drive's own upload/download flow to make your own direct HTTP calls to the storage backend (S3). Most integrations won't need any of these.
|
Method |
Returns |
|---|---|
|
|
The configured storage access key. |
|
|
The bucket name for a given bucket, or for an existing file's bucket. |
|
|
The bucket name for an existing file, given just its Id. |
|
|
The storage endpoint URL for a bucket. |
|
|
Signed request headers for a specific file, ready to attach to your own HTTP call. |