# Functions
No description provided by the author
No description provided by the author
# Constants
APIIDBucketService contains identifier of this API.
APIMajorVersion contains major version of this API.
APIMinorVersion contains minor version of this API.
APIPatchVersion contains patch version of this API.
PermissionBucketServiceBucketCreate is needed to create a bucket.
PermissionBucketServiceBucketDelete is needed to delete a bucket.
PermissionBucketServiceBucketExists is needed to checks if the specified bucket exists.
PermissionBucketServiceBucketObjectGetInfo is needed to get the information of an object in a bucket.
PermissionBucketServiceBucketObjectRead is needed to read an object from a bucket.
PermissionBucketServiceBucketObjectWrite is needed to write an object in a bucket.
PermissionBucketServiceBucketPathDelete is needed to delete the specified path (recursively) from the provided bucket.
PermissionBucketServiceBucketPathGetRepositoryURL is needed to get the URL needed to store/delete objects in a bucket.
PermissionBucketServiceBucketPathGetSize is needed to get the size of a certain path in a bucket.
# Variables
No description provided by the author
# Structs
Request params for Bucket related calls.
Response from GetObjectInfo request.
Request params for Path related requests.
Response from GetPathSize request.
Output message for ReadObject.
Response from GetRepositoryURL request.
UnimplementedBucketServiceServer can be embedded to have forward compatible implementations.
Input message for WriteObject.
Output message for WriteObject.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
BucketServiceClient is the client API for BucketService service.
BucketServiceServer is the server API for BucketService service.