Access Appliance Online Help
- Getting started
- About the CIFS shares
- About managing CIFS shares for Enterprise Vault
- About the NFS shares
- About S3 buckets for NetBackup
- Managing storage
- Managing file sharing services
- Monitoring and troubleshooting
- Provisioning and managing file systems
- Creating a file system
- Configuring a replication job
- Provisioning and managing shares
- Managing policies
- Managing settings
- About replication
- About Access Appliance product licensing
- About the File Transfer Protocol
- About Veritas Data Deduplication
- About alert management
About buckets and objects
The Object Store server consists of a collection of objects. The container of an object is known as a bucket. In Access Appliance Object Store, the buckets are stored on file systems as directories and objects are stored as files.
Buckets and objects are resources which can be managed using the APIs.
Once the Object Store Server is configured, you can create buckets and objects and perform the required operations.
Access Appliance supports the following methods for accessing the buckets and the objects:
Path-style method
Virtual-hosted-style method
When using the virtual hosted-style method, the bucket_name.s3.cluster_name should be DNS resolvable.
Buckets are created by S3 clients by calling the standard S3 APIs to the Access Appliance S3 server. For creating a bucket, you need the endpoint of the Access Appliance server, access key, and the secret key. The endpoint of the Access Appliance Object Store server is s3.cluster_name:8143.
The Access Appliance Object Store server can also be accessed using the fully qualified domain name:
s3.cluster_name.fqdn:8143
If you are logged on as an Active Directory (AD) user, you can create an access and a secret key. If you log on as an administrator, you can view the access key you created for each S3 user by navigating to Settings > S3 Management > S3 User Management.
Make sure that you associate one (or more) of the VIPs of the Access Appliance cluster to s3.cluster_name.fqdn in the client's DNS server.
Table: Object and bucket restrictions describes the restrictions enforced by the Access Appliance Object Storage Server. Configure your S3 clients within these limitations to ensure that Access Appliance works correctly.
Table: Object and bucket restrictions
Description | Limit |
---|---|
Maximum recommended parallel threads | 10 |
Maximum number of buckets per file system with fs_sharing enabled | 10,000 |
Maximum number of objects per file system | 1 billion |
Maximum supported size of an object that can be uploaded using a single PUT | 100 MB |
Maximum number of parts supported for multipart upload | 10,000 |
Maximum supported size range of an object that can be downloaded using a single GET | 100 MB |
Maximum number of grantees supported for setting ACL on buckets/objects | 128 |
More Information
Creating access and secret keys for an active directory user