Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for s3v4 (0.03 sec)

  1. docs/multi-user/admin/README.md

    ### 3. Configure `mc` and create another user user1 with attached policy user1policy
    
    ```
    mc alias set myminio-admin1 http://localhost:9000 admin1 admin123 --api s3v4
    
    mc admin user add myminio-admin1 user1 user123
    mc admin policy attach myminio-admin1 user1policy ~/user1policy.json
    mc admin policy attach myminio-admin1 user1policy --user=user1
    ```
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  2. docs/multi-user/README.md

    ```
    
    List all enabled or disabled groups.
    
    ```
    mc admin group list myminio
    ```
    
    ### 8. Configure `mc`
    
    ```
    mc alias set myminio-newuser http://localhost:9000 newuser newuser123 --api s3v4
    mc cat myminio-newuser/my-bucketname/my-objectname
    ```
    
    ### Policy Variables
    
    You can use policy variables in the *Resource* element and in string comparisons in the *Condition* element.
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 8.2K bytes
    - Viewed (0)
  3. cmd/site-replication.go

    				Credentials: &madmin.Credentials{
    					AccessKey: creds.AccessKey,
    					SecretKey: creds.SecretKey,
    				},
    				TargetBucket:    bucket,
    				Secure:          ep.Scheme == "https",
    				API:             "s3v4",
    				Type:            madmin.ReplicationService,
    				Region:          "",
    				ReplicationSync: peer.SyncState == madmin.SyncEnabled,
    				DeploymentID:    d,
    				BandwidthLimit:  int64(peer.DefaultBandwidth.Limit),
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 184.7K bytes
    - Viewed (1)
Back to top