We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7abe4 commit 6dc9c12Copy full SHA for 6dc9c12
internal/services/object/object.go
@@ -7,10 +7,10 @@ import (
7
"encoding/base64"
8
"errors"
9
"fmt"
10
- "github.com/aws/aws-sdk-go-v2/aws"
11
"os"
12
"strings"
13
+ "github.com/aws/aws-sdk-go-v2/aws"
14
"github.com/aws/aws-sdk-go-v2/service/s3"
15
s3Types "github.com/aws/aws-sdk-go-v2/service/s3/types"
16
"github.com/hashicorp/go-cty/cty"
0 commit comments