Overview of MinIO Client Operations
masterThe MinIO JavaScript client provides several categories of operations:
- Bucket operations: Managing buckets (e.g.,
makeBucket,listBuckets,removeBucket). - Object operations: Managing files within buckets (e.g.,
getObject,putObject,removeObject). - Presigned operations: Generating temporary URLs for access (e.g.,
presignedUrl,presignedPutObject). - Bucket Policy & Notification operations: Managing access control and event notifications (e.g.,
setBucketPolicy,listenBucketNotification). - Custom Settings: Specialized configurations (e.g.,
setS3TransferAccelerate).