Skip to content

Commit

Permalink
Merge pull request #2 from yezzey-gp/rename-module
Browse files Browse the repository at this point in the history
Altered module name
  • Loading branch information
EinKrebs authored Dec 26, 2023
2 parents 2ce742a + 063ff12 commit b40e44f
Show file tree
Hide file tree
Showing 2,177 changed files with 9,237 additions and 9,227 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
blank_issues_enabled: false
contact_links:
- name: 💬 General Question
url: https://github.com/aws/aws-sdk-go/discussions/categories/q-a
url: https://github.com/yezzey-gp/aws-sdk-go/discussions/categories/q-a
about: Please ask and answer questions as a discussion thread
4 changes: 2 additions & 2 deletions .godoc_config
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"PkgHandler": {
"Pattern": "/sdk-for-go/api/",
"StripPrefix": "/sdk-for-go/api",
"Include": ["/src/github.com/aws/aws-sdk-go/aws", "/src/github.com/aws/aws-sdk-go/service"],
"Exclude": ["/src/cmd", "/src/github.com/aws/aws-sdk-go/awstesting", "/src/github.com/aws/aws-sdk-go/awsmigrate", "/src/github.com/aws/aws-sdk-go/private"],
"Include": ["/src/github.com/yezzey-gp/aws-sdk-go/aws", "/src/github.com/yezzey-gp/aws-sdk-go/service"],
"Exclude": ["/src/cmd", "/src/github.com/yezzey-gp/aws-sdk-go/awstesting", "/src/github.com/yezzey-gp/aws-sdk-go/awsmigrate", "/src/github.com/yezzey-gp/aws-sdk-go/private"],
"IgnoredSuffixes": ["iface"]
},
"Github": {
Expand Down
738 changes: 369 additions & 369 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### SDK Features

### SDK Enhancements
* `aws`: Add `WithUseFIPSEndpoint` to `aws.Config`. ([#5078](https://github.com/aws/aws-sdk-go/pull/5078))
* `aws`: Add `WithUseFIPSEndpoint` to `aws.Config`. ([#5078](https://github.com/yezzey-gp/aws-sdk-go/pull/5078))
* `WithUseFIPSEndpoint` can be used to explicitly enable or disable FIPS endpoint variants.

### SDK Bugs
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ This will result in a patch version change.
* `SDK Bugs` - For minor changes that resolve an issue. This will result in a
patch version change.

[issues]: https://github.com/aws/aws-sdk-go/issues
[pr]: https://github.com/aws/aws-sdk-go/pulls
[issues]: https://github.com/yezzey-gp/aws-sdk-go/issues
[pr]: https://github.com/yezzey-gp/aws-sdk-go/pulls
[license]: http://aws.amazon.com/apache2.0/
[cla]: http://en.wikipedia.org/wiki/Contributor_License_Agreement
[releasenotes]: https://github.com/aws/aws-sdk-go/releases
[releasenotes]: https://github.com/yezzey-gp/aws-sdk-go/releases

32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# AWS SDK for Go

[![API Reference](https://img.shields.io/badge/api-reference-blue.svg)](https://docs.aws.amazon.com/sdk-for-go/api) [![Join the chat at https://gitter.im/aws/aws-sdk-go](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/aws/aws-sdk-go?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build status](https://github.com/aws/aws-sdk-go/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/aws/aws-sdk-go/actions/workflows/go.yml) [![Apache V2 License](https://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/aws/aws-sdk-go/blob/main/LICENSE.txt)
[![API Reference](https://img.shields.io/badge/api-reference-blue.svg)](https://docs.aws.amazon.com/sdk-for-go/api) [![Join the chat at https://gitter.im/aws/aws-sdk-go](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/aws/aws-sdk-go?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build status](https://github.com/yezzey-gp/aws-sdk-go/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/yezzey-gp/aws-sdk-go/actions/workflows/go.yml) [![Apache V2 License](https://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/yezzey-gp/aws-sdk-go/blob/main/LICENSE.txt)

aws-sdk-go is the v1 AWS SDK for the Go programming language.

Checkout our [release notes](https://github.com/aws/aws-sdk-go/releases) for
Checkout our [release notes](https://github.com/yezzey-gp/aws-sdk-go/releases) for
information about the latest bug fixes, updates, and features added to the SDK.

We [announced](https://aws.amazon.com/blogs/developer/aws-sdk-for-go-version-2-general-availability/) the General Availability for the [AWS SDK for Go V2 (v2)](https://github.com/aws/aws-sdk-go-v2). The v2 SDK source is available at https://github.com/aws/aws-sdk-go-v2. Review the v2 SDK's [Developer Guide](https://aws.github.io/aws-sdk-go-v2/docs/) to get started with AWS SDK for Go V2 or review the [migration guide](https://aws.github.io/aws-sdk-go-v2/docs/migrating/) if you already use version 1.
We [announced](https://aws.amazon.com/blogs/developer/aws-sdk-for-go-version-2-general-availability/) the General Availability for the [AWS SDK for Go V2 (v2)](https://github.com/yezzey-gp/aws-sdk-go-v2). The v2 SDK source is available at https://github.com/yezzey-gp/aws-sdk-go-v2. Review the v2 SDK's [Developer Guide](https://aws.github.io/aws-sdk-go-v2/docs/) to get started with AWS SDK for Go V2 or review the [migration guide](https://aws.github.io/aws-sdk-go-v2/docs/migrating/) if you already use version 1.

Jump To:
* [Getting Started](#Getting-Started)
Expand All @@ -21,11 +21,11 @@ Jump To:
### Installing
Use `go get` to retrieve the SDK to add it to your project's Go module dependencies.

go get github.com/aws/aws-sdk-go
go get github.com/yezzey-gp/aws-sdk-go

To update the SDK use `go get -u` to retrieve the latest version of the SDK.

go get -u github.com/aws/aws-sdk-go
go get -u github.com/yezzey-gp/aws-sdk-go

## Quick Examples

Expand All @@ -47,11 +47,11 @@ response.
"os"
"time"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/awserr"
"github.com/aws/aws-sdk-go/aws/request"
"github.com/aws/aws-sdk-go/aws/session"
"github.com/aws/aws-sdk-go/service/s3"
"github.com/yezzey-gp/aws-sdk-go/aws"
"github.com/yezzey-gp/aws-sdk-go/aws/awserr"
"github.com/yezzey-gp/aws-sdk-go/aws/request"
"github.com/yezzey-gp/aws-sdk-go/aws/session"
"github.com/yezzey-gp/aws-sdk-go/service/s3"
)

// Uploads a file to S3 given a bucket and object key. Also takes a duration
Expand Down Expand Up @@ -430,21 +430,21 @@ for tracking bugs and feature requests.
* Ask a question on [StackOverflow](http://stackoverflow.com/) and tag it with the [`aws-sdk-go`](http://stackoverflow.com/questions/tagged/aws-sdk-go) tag.
* Come join the AWS SDK for Go community chat on [gitter](https://gitter.im/aws/aws-sdk-go).
* Open a support ticket with [AWS Support](http://docs.aws.amazon.com/awssupport/latest/user/getting-started.html).
* If you think you may have found a bug, please open an [issue](https://github.com/aws/aws-sdk-go/issues/new/choose).
* If you think you may have found a bug, please open an [issue](https://github.com/yezzey-gp/aws-sdk-go/issues/new/choose).

This SDK implements AWS service APIs. For general issues regarding the AWS services and their limitations, you may also take a look at the [Amazon Web Services Discussion Forums](https://forums.aws.amazon.com/).

### Opening Issues

If you encounter a bug with the AWS SDK for Go we would like to hear about it.
Search the [existing issues](https://github.com/aws/aws-sdk-go/issues) and see
Search the [existing issues](https://github.com/yezzey-gp/aws-sdk-go/issues) and see
if others are also experiencing the issue before opening a new issue. Please
include the version of AWS SDK for Go, Go language, and OS you’re using. Please
also include reproduction case when appropriate.

The GitHub issues are intended for bug reports and feature requests. For help
and questions with using AWS SDK for Go please make use of the resources listed
in the [Getting Help](https://github.com/aws/aws-sdk-go#getting-help) section.
in the [Getting Help](https://github.com/yezzey-gp/aws-sdk-go#getting-help) section.
Keeping the list of open issues lean will help us respond in a timely manner.

## Contributing
Expand Down Expand Up @@ -488,7 +488,7 @@ great for getting started with a service, or when looking for more
information about a service. While this document is not required for coding,
services may supply helpful samples to look out for.

[SDK Examples](https://github.com/aws/aws-sdk-go/tree/main/example) -
[SDK Examples](https://github.com/yezzey-gp/aws-sdk-go/tree/main/example) -
Included in the SDK's repo are several hand crafted examples using the SDK
features and AWS services.

Expand All @@ -498,6 +498,6 @@ features and AWS services.
(see [Apache 2.0 License][license])


[issues]: https://github.com/aws/aws-sdk-go/issues
[pr]: https://github.com/aws/aws-sdk-go/pulls
[issues]: https://github.com/yezzey-gp/aws-sdk-go/issues
[pr]: https://github.com/yezzey-gp/aws-sdk-go/pulls
[license]: http://aws.amazon.com/apache2.0/
2 changes: 1 addition & 1 deletion aws/auth/bearer/token.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package bearer

import (
"github.com/aws/aws-sdk-go/aws"
"github.com/yezzey-gp/aws-sdk-go/aws"
"time"
)

Expand Down
2 changes: 1 addition & 1 deletion aws/awsutil/copy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"testing"
"time"

"github.com/aws/aws-sdk-go/aws/awsutil"
"github.com/yezzey-gp/aws-sdk-go/aws/awsutil"
)

func ExampleCopy() {
Expand Down
4 changes: 2 additions & 2 deletions aws/awsutil/equal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package awsutil_test
import (
"testing"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/awsutil"
"github.com/yezzey-gp/aws-sdk-go/aws"
"github.com/yezzey-gp/aws-sdk-go/aws/awsutil"
)

func TestDeepEqual(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion aws/awsutil/path_value_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"strings"
"testing"

"github.com/aws/aws-sdk-go/aws/awsutil"
"github.com/yezzey-gp/aws-sdk-go/aws/awsutil"
)

type Struct struct {
Expand Down
2 changes: 1 addition & 1 deletion aws/awsutil/prettify_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package awsutil
import (
"testing"

"github.com/aws/aws-sdk-go/aws"
"github.com/yezzey-gp/aws-sdk-go/aws"
)

type testPrettifyStruct struct {
Expand Down
2 changes: 1 addition & 1 deletion aws/awsutil/string_value_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package awsutil
import (
"testing"

"github.com/aws/aws-sdk-go/aws"
"github.com/yezzey-gp/aws-sdk-go/aws"
)

type testStruct struct {
Expand Down
6 changes: 3 additions & 3 deletions aws/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package client
import (
"fmt"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/client/metadata"
"github.com/aws/aws-sdk-go/aws/request"
"github.com/yezzey-gp/aws-sdk-go/aws"
"github.com/yezzey-gp/aws-sdk-go/aws/client/metadata"
"github.com/yezzey-gp/aws-sdk-go/aws/request"
)

// A Config provides configuration to a service client instance.
Expand Down
6 changes: 3 additions & 3 deletions aws/client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package client
import (
"testing"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/client/metadata"
"github.com/aws/aws-sdk-go/aws/request"
"github.com/yezzey-gp/aws-sdk-go/aws"
"github.com/yezzey-gp/aws-sdk-go/aws/client/metadata"
"github.com/yezzey-gp/aws-sdk-go/aws/request"
)

func pushBackTestHandler(name string, list *request.HandlerList) *bool {
Expand Down
5 changes: 2 additions & 3 deletions aws/client/default_retryer.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ import (
"strconv"
"time"

"github.com/aws/aws-sdk-go/aws/request"
"github.com/aws/aws-sdk-go/internal/sdkrand"
"github.com/yezzey-gp/aws-sdk-go/aws/request"
"github.com/yezzey-gp/aws-sdk-go/internal/sdkrand"
)

// DefaultRetryer implements basic retry logic using exponential backoff for
// most services. If you want to implement custom retry logic, you can implement the
// request.Retryer interface.
//
type DefaultRetryer struct {
// Num max Retries is the number of max retries that will be performed.
// By default, this is zero.
Expand Down
2 changes: 1 addition & 1 deletion aws/client/default_retryer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"testing"
"time"

"github.com/aws/aws-sdk-go/aws/request"
"github.com/yezzey-gp/aws-sdk-go/aws/request"
)

func TestRetryThrottleStatusCodes(t *testing.T) {
Expand Down
4 changes: 2 additions & 2 deletions aws/client/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"io/ioutil"
"net/http/httputil"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/request"
"github.com/yezzey-gp/aws-sdk-go/aws"
"github.com/yezzey-gp/aws-sdk-go/aws/request"
)

const logReqMsg = `DEBUG: Request %s/%s Details:
Expand Down
10 changes: 5 additions & 5 deletions aws/client/logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import (
"reflect"
"testing"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/client/metadata"
"github.com/aws/aws-sdk-go/aws/corehandlers"
"github.com/aws/aws-sdk-go/aws/credentials"
"github.com/aws/aws-sdk-go/aws/request"
"github.com/yezzey-gp/aws-sdk-go/aws"
"github.com/yezzey-gp/aws-sdk-go/aws/client/metadata"
"github.com/yezzey-gp/aws-sdk-go/aws/corehandlers"
"github.com/yezzey-gp/aws-sdk-go/aws/credentials"
"github.com/yezzey-gp/aws-sdk-go/aws/request"
)

type mockCloser struct {
Expand Down
2 changes: 1 addition & 1 deletion aws/client/no_op_retryer.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package client
import (
"time"

"github.com/aws/aws-sdk-go/aws/request"
"github.com/yezzey-gp/aws-sdk-go/aws/request"
)

// NoOpRetryer provides a retryer that performs no retries.
Expand Down
2 changes: 1 addition & 1 deletion aws/client/no_op_retryer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"testing"
"time"

"github.com/aws/aws-sdk-go/aws/request"
"github.com/yezzey-gp/aws-sdk-go/aws/request"
)

func TestNoOpRetryer(t *testing.T) {
Expand Down
4 changes: 2 additions & 2 deletions aws/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"net/http"
"time"

"github.com/aws/aws-sdk-go/aws/credentials"
"github.com/aws/aws-sdk-go/aws/endpoints"
"github.com/yezzey-gp/aws-sdk-go/aws/credentials"
"github.com/yezzey-gp/aws-sdk-go/aws/endpoints"
)

// UseServiceDefaultRetries instructs the config to use the service's own
Expand Down
2 changes: 1 addition & 1 deletion aws/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"reflect"
"testing"

"github.com/aws/aws-sdk-go/aws/credentials"
"github.com/yezzey-gp/aws-sdk-go/aws/credentials"
)

var testCredentials = credentials.NewStaticCredentials("AKID", "SECRET", "SESSION")
Expand Down
2 changes: 1 addition & 1 deletion aws/context_background_1_5.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
package aws

import (
"github.com/aws/aws-sdk-go/internal/context"
"github.com/yezzey-gp/aws-sdk-go/internal/context"
)

// BackgroundContext returns a context that will never be canceled, has no
Expand Down
4 changes: 2 additions & 2 deletions aws/context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"testing"
"time"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/awstesting"
"github.com/yezzey-gp/aws-sdk-go/aws"
"github.com/yezzey-gp/aws-sdk-go/awstesting"
)

func TestSleepWithContext(t *testing.T) {
Expand Down
8 changes: 4 additions & 4 deletions aws/corehandlers/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import (
"strconv"
"time"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/awserr"
"github.com/aws/aws-sdk-go/aws/credentials"
"github.com/aws/aws-sdk-go/aws/request"
"github.com/yezzey-gp/aws-sdk-go/aws"
"github.com/yezzey-gp/aws-sdk-go/aws/awserr"
"github.com/yezzey-gp/aws-sdk-go/aws/credentials"
"github.com/yezzey-gp/aws-sdk-go/aws/request"
)

// Interface for matching types which also have a Len method.
Expand Down
10 changes: 5 additions & 5 deletions aws/corehandlers/handlers_1_10_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import (
"net/http/httptest"
"testing"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/credentials"
"github.com/aws/aws-sdk-go/aws/request"
"github.com/aws/aws-sdk-go/awstesting/unit"
"github.com/aws/aws-sdk-go/service/s3"
"github.com/yezzey-gp/aws-sdk-go/aws"
"github.com/yezzey-gp/aws-sdk-go/aws/credentials"
"github.com/yezzey-gp/aws-sdk-go/aws/request"
"github.com/yezzey-gp/aws-sdk-go/awstesting/unit"
"github.com/yezzey-gp/aws-sdk-go/service/s3"
)

func TestSendHandler_HEADNoBody(t *testing.T) {
Expand Down
22 changes: 11 additions & 11 deletions aws/corehandlers/handlers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ import (
"testing"
"time"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/awserr"
"github.com/aws/aws-sdk-go/aws/client"
"github.com/aws/aws-sdk-go/aws/client/metadata"
"github.com/aws/aws-sdk-go/aws/corehandlers"
"github.com/aws/aws-sdk-go/aws/credentials"
"github.com/aws/aws-sdk-go/aws/request"
"github.com/aws/aws-sdk-go/awstesting"
"github.com/aws/aws-sdk-go/awstesting/unit"
"github.com/aws/aws-sdk-go/internal/sdktesting"
"github.com/aws/aws-sdk-go/service/s3"
"github.com/yezzey-gp/aws-sdk-go/aws"
"github.com/yezzey-gp/aws-sdk-go/aws/awserr"
"github.com/yezzey-gp/aws-sdk-go/aws/client"
"github.com/yezzey-gp/aws-sdk-go/aws/client/metadata"
"github.com/yezzey-gp/aws-sdk-go/aws/corehandlers"
"github.com/yezzey-gp/aws-sdk-go/aws/credentials"
"github.com/yezzey-gp/aws-sdk-go/aws/request"
"github.com/yezzey-gp/aws-sdk-go/awstesting"
"github.com/yezzey-gp/aws-sdk-go/awstesting/unit"
"github.com/yezzey-gp/aws-sdk-go/internal/sdktesting"
"github.com/yezzey-gp/aws-sdk-go/service/s3"
)

func TestValidateEndpointHandler(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion aws/corehandlers/param_validator.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package corehandlers

import "github.com/aws/aws-sdk-go/aws/request"
import "github.com/yezzey-gp/aws-sdk-go/aws/request"

// ValidateParametersHandler is a request handler to validate the input parameters.
// Validating parameters only has meaning if done prior to the request being sent.
Expand Down
Loading

0 comments on commit b40e44f

Please sign in to comment.