- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for awsRegion (0.44 seconds)
-
internal/event/event.go
type Event struct { EventVersion string `json:"eventVersion"` EventSource string `json:"eventSource"` AwsRegion string `json:"awsRegion"` EventTime string `json:"eventTime"` EventName Name `json:"eventName"` UserIdentity Identity `json:"userIdentity"`Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Jun 20 00:53:08 GMT 2023 - 3.4K bytes - Click Count (0) -
docs/bucket/notifications/README.md
``` You should receive the following event notification via RabbitMQ once the upload completes. ```py python rabbit.py
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 84.2K bytes - Click Count (0) -
cmd/event-notification.go
} keyName := args.Object.Name if escape { keyName = url.QueryEscape(args.Object.Name) } newEvent := event.Event{ EventVersion: "2.0", EventSource: "minio:s3", AwsRegion: args.ReqParams["region"], EventTime: eventTime.Format(event.AMZTimeFormat), EventName: args.EventName, UserIdentity: event.Identity{PrincipalID: args.ReqParams["principalId"]},Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Jun 21 22:22:24 GMT 2024 - 7.7K bytes - Click Count (0) -
.teamcity/scripts/configure_build_env_on_ec2.sh
EC2_INSTANCE_TYPE=$(curl -s "http://169.254.169.254/latest/meta-data/instance-type") echo "##teamcity[addBuildTag 'ec2-instance-type=$EC2_INSTANCE_TYPE']" AWS_REGION=$(curl -s "http://169.254.169.254/latest/meta-data/placement/region") if [[ "$AWS_REGION" == us-* ]]; then echo "For $AWS_REGION switching to user teamcityus access token"
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Dec 23 03:27:59 GMT 2025 - 2.1K bytes - Click Count (0) -
docs/bucket/replication/delete-replication.sh
versionId="$(./mc ls --json --versions myminio1/testbucket/dir/ | tail -n1 | jq -r .versionId)" export AWS_ACCESS_KEY_ID=minioadmin export AWS_SECRET_ACCESS_KEY=minioadmin export AWS_REGION=us-east-1 aws s3api --endpoint-url http://localhost:9001 delete-object --bucket testbucket --key dir/file --version-id "$versionId" ./mc ls -r --versions myminio1/testbucket >/tmp/myminio1.txt
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Sep 06 09:42:21 GMT 2024 - 3.9K bytes - Click Count (0)