Skip to content

Commit

Permalink
ref: removing all references to aws that is no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwelbm committed Mar 11, 2023
1 parent 0cab1e2 commit aeda1ad
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion messages/edge_applications/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ var (
FailedUpdatingScriptsDeployField = errors.New("Failed to update scripts.deploy field in package.json file. Make sure you have the needed permissions and try again. If the error persists, contact the Azion support")
FailedUpdatingScriptsBuildField = errors.New("Failed to update scripts.build field in package.json file. Make sure you have the needed permissions and try again. If the error persists, contact the Azion support")
FailedUpdatingNameField = errors.New("Failed to update name field in package.json file. Make sure you have the needed permissions and try again. If the error persists, contact the Azion support")
ErrorMandatoryEnvs = errors.New("You must provide the following enviroment variables: AWS_SECRET_ACCESS_KEY and AWS_ACCESS_KEY_ID. Please edit the following file 'azion/webdev.env' and add your credentials")
ErrorFailedCreatingWorkerDirectory = errors.New("Failed to create the worker directory. The worker's parent directory is read-only and/or isn't accessible. Change the permissions of the parent directory to read and write and/or give access to it")
ErrorFailedCreatingPublicDirectory = errors.New("Failed to create the public directory. The public's parent directory is read-only and/or isn't accessible. Change the permissions of the parent directory to read and write and/or give access to it")
ErrorFailedCreatingAzionDirectory = errors.New("Failed to create the azion directory. The public's parent directory is read-only and/or isn't accessible. Change the permissions of the parent directory to read and write and/or give access to it")
Expand Down
4 changes: 0 additions & 4 deletions messages/edge_applications/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ var (
EdgeApplicationsPublishFlagHelp = "Displays more information about the publish subcommand"
EdgeApplicationsPublishPropagation = "Content is being propagated to all Azion POPs and it might take a few minutes for all edges to be up to date\n"

EdgeApplicationsAWSMesaage = "Please inform your AWS credentials below:\n"
EdgeApplicationsAWSSecret = "AWS_SECRET_ACCESS_KEY: "
EdgeApplicationsAWSAcess = "AWS_ACCESS_KEY_ID: "

//CRUD
//list cmd
EdgeApplicationsListUsage = "list [flags]"
Expand Down
4 changes: 0 additions & 4 deletions pkg/cmd/edge_applications/init/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,6 @@ func InitNextjs(info *InitInfo, cmd *InitCmd, conf *contracts.AzionApplicationCo
showInstructions(cmd, ` [ General Instructions ]
- Requirements:
- Tools: npm
- AWS Credentials (./azion/webdev.env): AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
- Customize the path to static content - AWS S3 storage (.azion/kv.json)
[ Usage ]
- Build Command: npm run build
- Publish Command: npm run deploy
Expand All @@ -482,8 +480,6 @@ func InitFlareact(info *InitInfo, cmd *InitCmd, conf *contracts.AzionApplication
showInstructions(cmd, ` [ General Instructions ]
- Requirements:
- Tools: npm
- AWS Credentials (./azion/webdev.env): AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
- Customize the path to static content - AWS S3 storage (.azion/kv.json)
[ Usage ]
- Install Command: npm install
- Build Command: npm run build
Expand Down

0 comments on commit aeda1ad

Please sign in to comment.