LN Webworks: AWS S3 Bucket File Upload In Drupal

Image removed.

1. Creating an AWS Bucket

  1. Log in to AWS Console: Go to the AWS Management Console and log in to your account.
  2. Navigate to S3: In the AWS Console, find and click on the "S3" service.
  3. Create a Bucket: Click the "Create bucket" button, provide a unique and meaningful name for your bucket, and choose the region where you want to create the bucket.
  4. Configure Options: Set the desired configuration options, such as versioning, logging, and tags. Click through the configuration steps, review your settings, and create the bucket.

2. Uploading a Public Image

$settings['s3fs.access_key'] = "YOUR_ACCESS_KEY";
$settings['s3fs.secret_key'] = "YOUR_SECRET_KEY";
$settings['s3fs.region'] = "us-east-1";
$settings['s3fs.upload_as_public'] = TRUE;

Drupalize.Me: Part 1: HttpKernel in Drupal (Spotlight on Symfony in Drupal)

Part 1: HttpKernel in Drupal (Spotlight on Symfony in Drupal)

For over a decade, Drupal has been using Symfony Components. In 2015, with the release of Drupal 8, these components became a part of Drupal's core software. It's possible to build complex Drupal sites without worrying about what these components do. But learning about the system we're using will make us better developers of Drupal sites and other PHP applications.

In this first part of a 3-part series, we'll explore how Symfony helps Drupal with its HttpKernel component. We'll look at the component itself and how Drupal uses it to coordinate the request/response cycle.

Blake Hall Fri, 01/19/2024 - 16:47

LN Webworks: Kick start your first Drupal contribution

Image removed.

Drupal contribution: All You Need to Know

Drupal contribution refers to the collective effort of individuals and organizations who contribute their time, skills, and expertise to the development, improvement, and maintenance of the Drupal content management system (CMS). 

Drupal is an open-source platform, and its development relies heavily on contributions from a diverse community of developers, designers, themers, testers, documentation writers, and more.  

Why Contribute to Drupal

The Drupal Core project provides the base functionality of Drupal, you can contribute to improving its design, code, documentation, etc

Drupal Association blog: Enter the DrupalCon Portland 2024 T-Shirt Design Contest!

The Drupal Association is excited to announce the DrupalCon Portland 2024 t-shirt design contest! For this year's DrupalCon North America, we want to see the Drupal community's design ideas for the official DrupalCon Portland t-shirt. Do you have a fantastic idea in mind? Let’s see your creativity!

The winner will get THEIR design on the front of the official t-shirt for DrupalCon Portland 2024!

Image removed.

Now, for the finer details…

Your design must include the DrupalCon Logo and will only be featured on the front of the t-shirt. Sponsor logos will be added to the t-shirts sleeves after the design is finalized. Specs: PNG or PDF preferred, 16 inches tall, and graphics need to be 300 dpi. All designs must be submitted by 12 February 2024 at 24:00 UTC, after which the submission form will close.

The top four designs as chosen by the Drupal Association will then be voted upon by the public, with voting closing on 28 February. The winning design will be on the front of the official DrupalCon Portland 2024 t-shirt and will be announced during the Driesnote at the conference! The winner will receive a complimentary ticket to their choice of either DrupalCon Portland 2024 or DrupalCon North America 2025.

How do I enter?

To enter: Simply create your design, then fill out our submission form by 12 February to submit your final design. We also ask that you include a sentence or two describing why you chose your design and how it represents the Drupal community.

So, what are you waiting for? Submit your design now, and please help us spread the word throughout the Drupal community!

Good luck to all of our participants!

** Drupal Association staff will not be permitted to enter this contest.