bucket の検索結果:
… 設定 s3:PutBucketWebsite を Deny する SCP を作成する。 Organization Unit に SCP をアタッチする。 ポリシーエディタで確認すると以下の通り。 { "Version": "2012-10-17", "Statement": [ { "Sid": "Stmt1535859242000", "Effect": "Deny", "Action": [ "s3:PutBucketWebsite" ], "Resource": [ …
…est.txt","bucketName":"az-test-src","key":"test.txt"} [{arn=arn:aws:s3:::az-test-src/test.txt, accountid=null, type=AWS::S3::Object}, {arn=arn:aws:s3:::az-test-src, accountid=012345678901, type=AWS::S3::Bucket}, {arn=arn:aws:s3:::az-test-ds…
…ect-acl --bucket az-test-src --key test.txt { "Owner": { "DisplayName": "azekatsu", ★コピー元アカウント "ID": "...." }, "Grants": [ { "Grantee": { "Type": "CanonicalUser", "DisplayName": "azekatsu", "ID": "..." }, "Permission": "FULL_CONTROL" } ] } …
… [ "s3:GetBucketLocation", "s3:GetObject", "s3:ListBucket", "s3:ListBucketMultipartUploads", "s3:ListMultipartUploadParts", "s3:AbortMultipartUpload", "s3:PutObject" ], "Resource": [ "arn:aws:s3:::az-swingbench", "arn:aws:s3:::az-swingbench…
…e('s3') mybucket = s3.Bucket('az-test-datalake') for object in mybucket.objects.all(): print(object) 実行する $ python s3_ls.py s3.ObjectSummary(bucket_name='az-test-datalake', key=u'system01/') s3.ObjectSummary(bucket_name='az-test-datalake', …
…ect-acl --bucket az-test-dst --key test.txt An error occurred (AccessDenied) when calling the GetObjectAcl operation: Access Denied バケット所有者にフルアクセス権限を付与する。 $ aws s3api put-object-acl --bucket az-test-dst --key test.txt --acl bucket-owner-ful…
…pi create-bucket --bucket az-s3-trail-log \ --create-bucket-configuration LocationConstraint=ap-northeast-1 バケットポリシーを付与する。 $ cat <<EOF > policy.json { "Version": "2012-10-17", "Statement": [ { "Sid": "AWSCloudTrailAclCheck20180211", "Effect…
…s3api put-bucket-notification-configuration --bucket "az-test-2018" --notification-configuration file://topic_config.json SNSに通知されるタイミングを確認する ファイルを作成する $ perl -le 'print for 1..100000000' > test.txt $ ls -lh test.txt -rw-r--r-- 1 yohei-a 18…
…s3api put-bucket-notification-configuration --bucket "az-test-2018" --notification-configuration file://topic_config.json 試してみる ファイルを作成する $ perl -le 'print for 1..100000000' > test.txt $ ls -lh test.txt -rw-r--r-- 1 yohei-a 1896053708 848M …
…("s3://az-bucket/input.txt") scala> val counts = textFile.flatMap(line => line.split(" ")) .map(word => (word, 1)) .reduceByKey(_ + _) scala> textFile.saveAsTextFile("s3://az-bucket/output.txt") コアノードでTCPセッションを調べる。 sudo lsof -i:443 sudo net…
…heia-from-bucket/logs/ s3://yoheia-to-bucket/logs/ --recursive コピーを試したメモ FROM=コピー元S3バケット名 TO=コピー先S3バケット名 aws s3 mb s3://$(FROM} aws s3 mb s3://${TO} time dd if=/dev/urandom of=1gb.dat bs=1M count=10240 aws s3 cp 10gb.dat s3://$(FROM}/1gb.da…
….com/dev/{bucket}/{key} PUT - https://2pp***.execute-api.ap-northeast-1.amazonaws.com/dev/{bucket} POST - https://2pp***.execute-api.ap-northeast-1.amazonaws.com/dev/{bucket}/{key} functions: getObject: serverless-s3-api-dev-getObject putOb…
…リを作成する Bitbucket | The Git solution for professional teams にログインする(アカウントは何年も前に作っていたので)。 [Repositories]-[Create repositories] で以下を入力し、"Create repositories" を押す。 Repository name: 任意のリポジトリ名 Access level: "This is a private repository" にチェック Re…
…e of this bucket not to exceed segmap_percent (defaults to 12% of physical memory size). Files in /tmp are also included in this category.Free (cachelist)The amount of page cache on the freelist. The freelist contains unmapped file pages an…
… 80600 getbucketnum 82400 rt_bind_guard 83000 _ti_bind_guard 86000 expand 89400 _write 91200 rt_mutex_unlock 93000 set_thread_vars 97800 hdl_alloc 102600 _dep_visit 104400 _lwp_mutex_lock 105800 _lwp_mutex_unlock 106000 munmap 108200 strcmp…