Veritas Access Appliance Release Notes
- Overview of Veritas Access
- Software limitations
- Limitations related to installation and upgrade
- Limitation related to replication
- Known issues
- Veritas Access known issues
- Access Appliance issues
- Access Appliance operational notes
- Admin issues
- CIFS issues
- General issues
- GUI issues
- Installation and configuration issues
- Internationalization (I18N) issues
- Networking issues
- NFS issues
- ObjectAccess issues
- OpenDedup issues
- OpenStack issues
- Replication issues
- SDS known issues
- Storage issues
- System issues
- Target issues
- Upgrade issues
- Veritas Data Deduplication issues
- Access Appliance issues
- Veritas Access known issues
- Getting help
Veritas Access simple storage service (S3) APIs
Table: Veritas Access simple storage service (S3) APIs gives a list of the Veritas Access simple storage service (S3) APIs.
Table: Veritas Access simple storage service (S3) APIs
API | Description |
---|---|
abort-multipart-upload | Abort a multipart upload. |
complete-multipart-upload | Complete a multipart upload by assembling previously uploaded parts. |
create-multipart-upload | Start a multipart upload. |
delete-bucket | Delete the bucket. |
delete-object | Delete the specified object in the bucket. |
get-bucket-acl | Get the ACLs for a bucket. |
get-bucket-(list objects) Version 1 | List of all the objects in a bucket. |
get-bucket-(list objects) Version 2 | List of all the objects in a bucket. |
get-bucket-location | Get the bucket's region of the object. |
get-object | Retrieve objects from an S3 bucket. |
get-service | List of all buckets which are owned by the authenticated sender. |
head-bucket | Determine if a bucket exists or not. |
head-object | Retrieve metadata from an object without returning the object itself. |
initiate-multipart-upload | Initiate a multipart upload and returns an upload ID. |
list-multipart-uploads | List the in-progress multipart uploads. |
list-parts | List the parts that have been uploaded for a specific multipart upload. |
put-bucket | Create a new bucket. |
put-bucket-acl | Set permission on the existing bucket by using an ACL. |
put-object-copy | Create a copy of an object that is already stored in the S3 server. |
put-object | Add an object to a bucket. |
upload-part | Upload a part in a multipart upload. |
upload-part-copy | Upload a part by copying data from an existing object. |
See the Veritas Access Restful API Guide for more information on simple storage service (S3) APIs.