Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for healBucketLocal (0.09 sec)

  1. cmd/peer-s3-client.go

    	return listBucketsLocal(ctx, opts)
    }
    
    func (l localPeerS3Client) HealBucket(ctx context.Context, bucket string, opts madmin.HealOpts) (madmin.HealResultItem, error) {
    	return healBucketLocal(ctx, bucket, opts)
    }
    
    func (l localPeerS3Client) GetBucketInfo(ctx context.Context, bucket string, opts BucketOptions) (BucketInfo, error) {
    	return getBucketInfoLocal(ctx, bucket, opts)
    }
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Aug 13 22:26:05 UTC 2024
    - 15.4K bytes
    - Viewed (0)
Back to top