go-s3-image-sample

command module
v0.0.0-...-e11dcf7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2024 License: MIT Imports: 8 Imported by: 0

README

Go S3 Image Sampe

画面から S3 に画像をアップロードするサンプルコード。 http/template を利用する。

バケットポリシー

以下のバケットポリシーを設定する。

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "AllowFullAccessToSampleDeveloper", // 任意の文字列
            "Effect": "Allow",
            "Principal": {
                "AWS": "arn:aws:iam::{code}:user/{user}"
            },
            "Action": "s3:*",
            "Resource": [
                "arn:aws:s3:::{bucket name}",
                "arn:aws:s3:::{bucket name}/*"
            ]
        }
    ]
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL